Current Work


16 Years of Killer Whale Sightings with Reported Location data mapped:

Raw data collected from the Whale Museums’ Hotline public API . Transient or Southern Resident refers to the type of killer whale. Transients consume other mammals including porpoises, sea lions, and whales, while Southern Residents consume only fish and are the only population of killer whales critically endangered. More info can be found here .


Past Work


GEOG 176A

Creating a FIM with Flood Data from Mission Creek

  • In this lab we estimated the number of buildings impacted in the 2017 Santa Barbara flood

  • This terrain data was prepped for analysis by aligning object and field data

  • Data was loaded into R using Web APIs and the whitebox frontend was used to create a partial Flood Inudation Map (FIM) with structural damage assessment


Examination and Visualization of 2016 Palo, Iowa Flood Data

  • In this lab we created multiband raster files to detect/analyze a flood event

  • Raster manipulation was used to threshold and classify data to be analysed

  • Flood data from 2016 Palo, Iowa was graphed and examined


Impact of the MAUP on National Dam Inventory data

  • In this lab we examined the impacts of different tessellated surfaces and the modifiable areal unit problem (MAUP)

  • Point-in-polygon counts were calculated to aggregate point data and visualize the distribution of dams over the US

  • Functions were written to more efficiently report and map information


Exploration of US city data

  • In this lab we explored working with sf, sfc, and sfg features & objects

  • Coordinate transformations and calculations were made to visualize distances between cities and borders

  • Ggplot, gghighlight, and ggrepel were used to create graphics that are clear and interesting


Analysis of COVID-19 data

  • In this lab we practiced data wrangling and visualization with real-time COVID-19 data

  • It includes an in-depth look at daily new case data as well as cumulative data at State and County levels

  • Pipes and other tidyverse tools were used to manipulate data and present it as legible tables and plots


Building a project website

  • In this assignment we built a user site with GitHub

  • It includes a default page (‘About Me’) and a projects page (repo with access to code)

  • Use of themes and icons on a webpage was explored